QuickOPC User's Guide and Reference
UAEventFilterBuilder Constructor(UAContentFilterElement,IEnumerable<UAAttributeField>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEventFilterBuilder Class > UAEventFilterBuilder Constructor : UAEventFilterBuilder Constructor(UAContentFilterElement,IEnumerable<UAAttributeField>)
The where clause.
The select clauses.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal whereClause As UAContentFilterElement, _
   ByVal selectClauses As IEnumerable(Of UAAttributeField) _
)
'Usage
 
Dim whereClause As UAContentFilterElement
Dim selectClauses As IEnumerable(Of UAAttributeField)
 
Dim instance As New UAEventFilterBuilder(whereClause, selectClauses)

Parameters

whereClause
The where clause.
selectClauses
The select clauses.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also